🔧 chore(deps): refresh shared tooling patches#28
Conversation
|
| Filename | Overview |
|---|---|
| package.json | 将 eslint、lint-staged、typescript-eslint 升级至最新 patch 版本,同时将 packageManager 中的 pnpm 从 11.5.0 升级至 11.5.2 |
| pnpm-lock.yaml | 同步更新 lockfile,所有依赖版本及完整性哈希值与 package.json 中的新版本一致,未发现异常 |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pnpm outdated] -->|检测到新版本| B{依赖更新}
B --> C[eslint 10.4.0 → 10.4.1]
B --> D[typescript-eslint 8.60.0 → 8.60.1]
B --> E[lint-staged 17.0.5 → 17.0.7]
B --> F[pnpm 11.5.0 → 11.5.2]
C --> G[pnpm install]
D --> G
E --> G
F --> G
G --> H[pnpm-lock.yaml 刷新]
H --> I[pnpm run lint 验证通过]
Reviews (3): Last reviewed commit: "🔧 chore(deps): refresh tap config deps" | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Updates the repository’s lint tooling by bumping ESLint to the latest patch release and refreshing the pnpm lockfile to match, keeping the dev toolchain current with minimal risk.
Changes:
- Bump
eslintdevDependency from^10.4.0to^10.4.1. - Regenerate
pnpm-lock.yamlto reflect the updated ESLint resolution (and related transitive updates).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates the ESLint devDependency version range to ^10.4.1. |
| pnpm-lock.yaml | Refreshes lock entries to resolve ESLint 10.4.1 (and related transitive dependency versions/integrity). |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Dependency validation is clean ( |
243a495 to
5438f7c
Compare
|
Dependency diff is updated and local validation is clean ( |
- 🔧 keep shared workflow tooling current
5438f7c to
2f9285f
Compare
|
✅ Approved Routine patch-level dependency bumps ( 🤖 Generated with Claude Code |
| "globals": "^17.6.0", | ||
| "husky": "^9.1.7", | ||
| "lint-staged": "^17.0.5", | ||
| "lint-staged": "^17.0.7", |
Updates the TapTap shared workflow tooling with the smallest safe patch set still outstanding on this PR.
packageManagerfrompnpm@11.5.0to the current publishedpnpm@11.5.2.lint-stagedfrom17.0.6to17.0.7.typescript-eslintfrom8.60.0to8.60.1.eslint@10.4.1patch from this PR.Validation:
pnpm install --frozen-lockfilepnpm outdated --format json->{}pnpm run lint